projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d093028
)
(ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:40 +0000
(
02:15
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 31 Oct 2001 02:15:40 +0000
(
02:15
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index c4327ed61684b688f7c55b11589dad028680b7d8..331c9ab8f210ce57669cd717e10cbb0bac6e6432 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-574,6
+574,9
@@
language you are using."
(define-key ctl-x-map "nw" 'widen)
;; (define-key ctl-x-map "n" 'narrow-to-region)
;; (define-key ctl-x-map "w" 'widen)
+(define-key ctl-x-map "(" 'start-kbd-macro)
+(define-key ctl-x-map ")" 'end-kbd-macro)
+(define-key ctl-x-map "e" 'call-last-kbd-macro)
(define-key global-map "\C-j" 'newline-and-indent)
(define-key global-map "\C-m" 'newline)